absoluteURI | see FileSystem absoluteURI Attribute | The full path name for the object in URI notation. |
alias | see FileSystem alias Attribute | Returns true if the object refers to a file system alias. |
created | see FileSystem created Attribute | The creation date of the object. |
error | see FileSystem error Attribute | Contains a message describing the last file system error. |
exists | see FileSystem exists Attribute | Returns true if the path name of this object refers to an actually existing file or folder. |
fsName | see FileSystem fsName Attribute | The file-system specific name of the object as a full path name. |
modified | see FileSystem modified Attribute | The date of the object's last modification. |
name | see FileSystem name Attribute | The name of the object without the path specification. |
parent | see FileSystem parent Attribute | The folder object containing this object. |
path | see FileSystem path Attribute | The path portion of the absolute URI. |
relativeURI | see FileSystem relativeURI Attribute | The path name for the object in URI notation, relative to the current folder. |